Welcome![Sign In][Sign Up]
Location:
Search - c- lex

Search list

[WEB Codec-lex

Description: C语言C-lex词法分析头文件-C language C-lex lexical analysis header files
Platform: | Size: 14430 | Author: 张国 | Hits:

[ELanguagepascal2c_2.tar.Z

Description: 又一个Pascal 到C的转换器 -Another Converter from Pascal to C
Platform: | Size: 15360 | Author: 站长 | Hits:

[Windows DevelopC++、MFC源代码LexicalAnalyser

Description: C++、MFC源代码LexicalAnalyser-C, MFC source code LexicalAnalyser
Platform: | Size: 8192 | Author: 何福保 | Hits:

[Documentsc-lex

Description: C语言C-lex词法分析头文件-C language C-lex lexical analysis header files
Platform: | Size: 14336 | Author: 张国 | Hits:

[ELanguage词法分析Lex

Description: 名称:C语言词法分析器 功能:1)从C语言源代码文件中提取所有词素 2)检测程序的词法错误,给出错误行号及提示 3)语法分析器的预备程序 文件:分析器代码(Lex.c)、测试文件(test.c)、状态转换图、可执行程序 输出:错误记录文件、符号表文件、标识符文件-Name lexical analyzer for C language function: 1)Extract all lexems from C Language source code 2)Examine the syntax errors of the program and provide the line number of error line and note 3)preprocessed program file of the lexical analyzer source code of the analyzer(Lex.c), test file(test.c),status transformation chart,excutable program. Output: Error-recording file, symbol table file and identifier file.
Platform: | Size: 192512 | Author: 张永胜 | Hits:

[JSP/Java使用lex分析java源程序

Description: Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Laboratories of the United States with C language developed by a lexical analysis tool generated from the process. Its fundamental principle is to use a regular expression matching text scanning, and for every definition of a matching model for operation, when the C language of the host language, these operators by C language. A match of which is likely to contain expressions related to the moves. This action may also include the return of a marker. When Lex reception of the document or text input, it is trying to text and is a regular expression matching. It read an input into the characters, until they found a matching pattern. If they can find a matching model, Lex on the implementation of the action (which may include a return of markings).
Platform: | Size: 3072 | Author: 万宏兴 | Hits:

[Other示范yacc&lex

Description: 这个是YACC和LEX结合使用来实现整数加法的简单事例,我体现的是基本的步骤,不在于其功能的完美和强大,给我一样的菜鸟以启示,以便您不必在开始的路上徘徊太久,希望您喜欢-the LEX and YACC is a combination of integers to achieve a simple example, I embody the basic steps, not its function in a perfect and strong, give me the same exposure to enlightenment, so that you need not start wandering on the road for too long, I hope you like
Platform: | Size: 14336 | Author: 江中月 | Hits:

[Embeded Linuxc环境下的编译器

Description: 在c环境下的编译器 一.实验完成主要功能描述: 1.if语句 2.if_else语句 3.while语句 4.数组 5.函数调用 6.对外部函数printf的调用(用于打印) 二.测试环境 1.fedora core 4(OS) 2.lex version 2.5.4 3.yacc 4.gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8) -in the context of a compiler. Experiments main function Description : 1.if statement 2.if_else statement 3.while statements 4. 5 array. Function call 6. The external function calls printf (print) 2. A test environment . fedora core 4 (OS) 2.lex 3.yacc 4.gcc version 2.5.4 (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8)
Platform: | Size: 6144 | Author: 韩天毅 | Hits:

[Other resourcec--

Description: c--的词法分析器,由flex工具生成。在windows环境下使用-c-- the lexical analyzer, flex generation tools. The use of windows environment
Platform: | Size: 1024 | Author: alen | Hits:

[Otherc_include

Description: 一个成功的不需要做任何修改的lex-yacc的demo,可以在parser generator或lex-bison下成功运行-a successful no need for any changes to the lex- yacc the demo, the parser generator or lex- bison successful operation
Platform: | Size: 11264 | Author: minan | Hits:

[ELanguageansi.c.grammar

Description: C语言的lex\Yacc文法实现,在linux\Unix的shell中直接可以生成所有的文件。Unix下可以直接使用lex和Yacc生成可执行程序。-C language lex \ Yacc grammar realized, In linux \ Unix shell can be directly generated all the documents. Unix can be used directly lex and Yacc generating executable programs.
Platform: | Size: 7168 | Author: 123456 | Hits:

[ELanguageminus_C_by_Lex_Yacc

Description: 用lex和yacc解析的超牛C minus 编译器-Using lex and yacc analytical ultra-Niu C minus compiler
Platform: | Size: 32768 | Author: 陈水德 | Hits:

[ELanguageLEX

Description: c语言实现的PL/0词法分析器,自己的第一个编译程序....还是不错的-c language of PL/0 lexical analyzer, its first compiler still good ....
Platform: | Size: 165888 | Author: 方鹏 | Hits:

[ELanguageLex

Description: 小型的Lex编译器,能从input.txt识别简单的C++语句,并将分析结果存于output.txt中-Lex small compiler, from input.txt identify simple C++ Statements, and the results of the analysis stored in output.txt in
Platform: | Size: 280576 | Author: yuleyi | Hits:

[ELanguagelex

Description: 包含两个简单的词法分析器代码,一个是用c写的,另一个是用java写的。有一个说明文档。-Contains two simple lexical analyzer code, one is written with c, and the other is written in java. Document has a note.
Platform: | Size: 10240 | Author: 杨敏 | Hits:

[assembly languagelex

Description: 词法分析,你可以看到里面的内容其实是很简单的,主要是这个理解的过程-Lexical analysis, you can see the content inside is actually very simple, mainly the understanding of the process of
Platform: | Size: 35840 | Author: gfjiang | Hits:

[ELanguagec

Description: c编译器的lex,yacc文件,很简单,几分钟就能看懂。-c compiler lex, yacc files, very simple, a few will be able to understand.
Platform: | Size: 4096 | Author: 个人隐私 | Hits:

[ELanguageANSI+C+grammar

Description: C语言编译器的Lex及Yacc词法及语法分析规则源码-C language compiler Lex and Yacc analysis of lexical and grammatical rules of source
Platform: | Size: 21504 | Author: wu | Hits:

[ELanguagelexandyacc

Description: lex and yacc第二版chm lex and yacc第二版chm-lex and yacc Second Edition chm lex and yacc Second Edition chm
Platform: | Size: 60416 | Author: 王山 | Hits:

[ELanguagelex

Description: 实现c--语言的词法分析器。将一个C--语言程序分割成token串的序列。处理C--语言的所有token类型。-The realization of c- the language of the lexical analyzer. A C- language program is separated into token strings sequence. To deal with C- the language of all the token types.
Platform: | Size: 66560 | Author: lst | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net